home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / c / bc_ti.zip / TI809.ASC < prev    next >
Text File  |  1992-02-25  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  Turbo C++                              NUMBER  :  809
  9.   VERSION  :  All
  10.        OS  :  DOS
  11.      DATE  :  February 25, 1992                        PAGE  :  1/1
  12.  
  13.     TITLE  :  Using CPP to Resolve Mysterious Compiler Errors
  14.  
  15.  
  16.  
  17.  
  18.   The preprocessor CPP.EXE can be used when you are not sure how
  19.   #include is working, how #define macros are being expanded or how
  20.   the various #if directives are being evaluated, among other
  21.   things.  The default CPP output file name will be the same name
  22.   as the input source file with a .I extension.
  23.  
  24.   The output from CPP is often useful when you are getting error
  25.   messages during compilation and the reason is not clear when
  26.   viewing the source code. If your source code contains complex
  27.   macros that take several arguments CPP will show you exactly what
  28.   the final expansion will be, which can also be helpful when
  29.   trying to find the source of a subtle problem.
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.